home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / iutil / out_arg.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-23  |  441 b   |  26 lines

  1. # include    <ingres.h>
  2. # include    <aux.h>
  3. # include    <sccs.h>
  4.  
  5. SCCSID(@(#)out_arg.c    8.1    12/31/84)
  6.  
  7. /*
  8. **  OUTPUT ARGUMENTS GLOBAL INITIALIZATION
  9. */
  10.  
  11. struct out_arg    Out_arg =        /* output arguments */
  12. {
  13.     6,        /* c0width */
  14.     6,        /* i1width */
  15.     6,        /* i2width */
  16.     13,        /* i4width */
  17.     10,        /* f4width */
  18.     10,        /* f8width */
  19.     3,        /* f4prec */
  20.     3,        /* f8prec */
  21.     'n',        /* f4style */
  22.     'n',        /* f8style */
  23.     66,        /* linesperpage */
  24.     '|',        /* coldelim */
  25. };
  26.